home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / contentblock.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  331 b   |  13 lines

  1. @charset "utf-8";
  2. /* CSS stylesheet for content blocker */
  3. /* Copyright 2008 Opera Software */
  4. * {
  5.     color: hsl(0,0%,88%) !important;
  6.     background: white !important;
  7.     border-color: white !important;
  8.     outline-color: white !important;
  9. }
  10. hr {visibility: hidden;}
  11. button, input, select, textarea {opacity: 0.25 !important;}
  12.  
  13.